Vcenter CryptoManager Hosts Kms Providers FilterSpec

Vcenter CryptoManager Hosts Kms Providers FilterSpec
Vcenter CryptoManager Hosts Kms Providers FilterSpec

The Vcenter CryptoManager Hosts Kms Providers FilterSpec schema contains properties used to filter the results when listing providers.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "providers": [
        "string"
    ],
    "health": [
        "string"
    ],
    "types": [
        "string"
    ]
}
array of string
providers
Optional

Provider identifiers.

This property was added in vSphere API 7.0.2.0.

If missing or null or empty, the result will not be filtered by provider identifier.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.crypto_manager.kms.provider. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.crypto_manager.kms.provider.

array of string
health
Optional

Provider health status.

For more information see: Vcenter CryptoManager Hosts Kms Providers Health.

This property was added in vSphere API 7.0.2.0.

If missing or null or empty, the result will not be filtered by provider health status.

array of string
types
Optional

Provider types.

For more information see: Vcenter CryptoManager Hosts Kms Providers Type.

This property was added in vSphere API 7.0.2.0.

If missing or null or empty, the result will not be filtered by provider type.